<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("hover.css");
@import url("animate.css");
@import url("swiper.min.css");
@import url("font/iconfont.css");
@font-face {
	font-family: 'DIN Condensed Bold';
	src: url('font/DIN Condensed Bold.eot');
	src: url('font/DIN Condensed Bold.eot?#iefix') format('embedded-opentype');
	src:url('font/DIN Condensed Bold.woff') format('woff'), url('font/DIN Condensed Bold.ttf') format('truetype'), url('font/DIN Condensed Bold.svg#DIN Condensed Bold') format('svg'),local('DIN Condensed Bold');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	color: #333;
	font-family: 'Open Sans',"PingFang SC", Microsoft Yahei, Arial, Helvetica, sans-serif;
}
ul {
	list-style-type: none;
}
img {
	border: 0;
	vertical-align:bottom;
}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
textarea,select {
	/*-webkit-appearance: none;*/
} 
input,textarea,select {
	font-family: 'Open Sans',"PingFang SC", Microsoft Yahei, Arial, Helvetica, sans-serif;
	outline:none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
	color:#666;
}
input::-moz-placeholder,textarea::-moz-placeholder{/* Mozilla Firefox 19+ */
	color:#666;
}
input:-moz-placeholder,textarea:-moz-placeholder{/* Mozilla Firefox 4 to 18 */
	color:#666;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{/* Internet Explorer 10-11 */ 
	color:#666;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #c40000;
}
a:active {
	text-decoration: none;
}
a.wl:link, a.wl:visited, a.wl:active {
	color: #FFF;
	text-decoration: none;
}
a.wl:hover {
	color: #F90;
}
a.wb:link, a.wb:visited, a.wb:active {
	color: #069;
	text-decoration: none;
}
a.wb:hover {
	color: #C00;
}
a.wr:link, a.wr:visited, a.wr:active {
	color: #C00;
	text-decoration: none;
}
a.wr:hover {
	color: #000;
}
a.wg:link, a.wg:visited, a.wg:active {
	color: #999;
	text-decoration: none;
}
a.wg:hover {
	color: #C00;
}
.f_black {
	color: #000;
}
.f_red {
	color: #C00;
}
.f_white {
	color: #FFF;
}
.f_gray {
	color: #999;
}
.f_orange {
	color: #F90;
}
.f_green {
	color: #390;
}
.f_blue {
	color: #36F;
}
.f_mblue {
	color: #09C;
}
.f_dblue {
	color: #069;
}
.f_gold {
	color: #F60;
}
.f_pink {
	color: #F6C;
}
.f_Arial {
	font-family: Arial, Helvetica, sans-serif;
}
.f_yk {
	font-family: Microsoft Yahei;
}
.blod {
	font-weight: bold;
}
.noblod {
	font-weight: normal;
}
.px10 {
	font-size: 10px;
}
.px11 {
	font-size: 11px;
}
.px12 {
	font-size: 12px;
}
.px13 {
	font-size: 13px;
}
.px14 {
	font-size: 14px;
}
.px15 {
	font-size: 15px;
}
.px16 {
	font-size: 16px;
}
.px18 {
	font-size: 18px;
}
.px20 {
	font-size: 20px;
}
.px25 {
	font-size: 25px;
}
.input {
	height: 18px;
	border: solid 1px #CCC;
	margin-left: 5px;
	padding: 3px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt35 {
	margin-top: 35px;
}
.mt45 {
	margin-top: 45px;
}
.mb30 {
	margin-bottom: 10px;
}
.pl10 {
	padding-left: 10px;
}
.pl20 {
	padding-left: 20px;
}
.v-m {
	vertical-align: middle;
}
.v-t {
	vertical-align: text-top;
}
.t-c {
	text-align: center;
}
.t-r {
	text-align: right;
}
.clear {
	clear: both;
	line-height: 0px;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.kk {
	width:100%;
	max-width: 1440px;
	margin: 0 auto;
}
.success {
	-webkit-animation: fadeIn 0.5s ease 0.2s 1 both;
	animation: fadeIn 0.5s ease 0.2s 1 both;
}
@-webkit-keyframes fadeIn {
from {
    opacity: 0;
}
to {
	opacity: 1;
}
}
@keyframes fadeIn {
from {
    opacity: 0;
}
to {
	opacity: 1;
}
}
/*分页*/
.page{
	width:100%;
	text-align:center;
	font-size:15px;
	margin:30px 0;
}
.page span{
	margin:0 2px;
}
.page span a{
	padding:5px 10px;
	color:#666;
	border:solid 1px #DDD;
	background-color:#FFF;
}
.page span a:hover{
	border:solid 1px #C40000;
	color:#666;
}
.page span.current {
	color:#FFF;
	background:#C40000;
	padding:5px 10px;
	border:solid 1px #C40000;
}
/**/
header {
	position:relative;
	width:100%;
	z-index:2;
}
header .od {
	background:#f3f3f3;
	height:30px;
	line-height:30px;
	border-bottom:solid 1px #ddd;
	font-size:13px;
}
header .od ul {
	float:right;
}
header .od ul li {
	display:inline-block;
	margin-left:20px;
	position:relative;
}
header .od ul li:before {
	content:"/";
	position:absolute;
	left:-12px;
	font-size:12px;
	color:#888;
}
header .od ul li:first-child:before {
	content:normal;
}
header .od ul li a span {
	display:none;
	position:absolute;
	top:30px;
	left:50%;
	margin-left:-50px;
}
header .od ul li a {
	display:block;
}
header .od ul li a:hover span {
	display:block;
}
header .logo {
	display: inline-block;
	height:100px;
}
header .logo:after {
	content:"";
	display: -moz-inline-box;/*针对火狐*/
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
header .logo img {
	max-height:68px;
	vertical-align: middle;
	margin-right: -1px;
}
header .by {
	display:inline-block;
	vertical-align:middle;
	border-left:solid 1px #EEE;
	padding-left:20px;
	margin-left:20px;
	line-height:1.5;
	color:#2b2b2b;
	font-size:32px;
	font-weight:400;
}
header .tel {
	display:inline-block;
	float:right;
	font-size:22px;
	margin-top:30px;
	color:#2b2b2b;
}
header .tel i {
	font-family:"iconfont" !important;
	font-size:35px;
	margin-right:5px;
	font-style:normal;
	color:#C40000;
	vertical-align:middle;
}
header .tel span {
	font-size:35px;
	color:#C40000;
	font-family:'DIN Condensed Bold';
	vertical-align:middle;
}
header .menu {
	background-color:#2b2b2b;
	height:60px;
	position:relative;
}
header .menu ul li {
	display:inline-block;
	height:60px;
	position:relative;
	margin-left:-3px;
}
header .menu ul li:after {
	content:"";
	position:absolute;
	height:14px;
	width:1px;
	background-color: rgba(255,255,255,0.3);
	right:0;
	top:50%;
	margin-top:-7px;
}
header .menu ul li:last-child:after {
	content:normal;
}
header .menu ul li &gt; a {
	font-size:16px;
	font-weight:400;
	height:60px;
	line-height:60px;
	padding:0 30px;
	color:#FFF;
	display:block;
	position:relative;
}
header .menu ul li &gt; a:hover {
	background-color:#C40000;
}
header .menu ul li.mainlevel{
	z-index:2;
}
header .menu ul li.mainlevel:hover &gt; a {
	background-color:#C40000;
}
#home header .menu ul li#m1 &gt; a,#page1 header .menu ul li#m2 &gt; a,#page2 header .menu ul li#m3 &gt; a,#page3 header .menu ul li#m4 &gt; a,#page4 header .menu ul li#m5 &gt; a,#page5 header .menu ul li#m6 &gt; a,#page6 header .menu ul li#m7 &gt; a,#page7 header .menu ul li#m8 &gt; a {
	background-color:#C40000;
}
header .menu ul li ul {
    width:120px;
	position:absolute;
	display:none;
	top:40px;
	left:0px;
	padding:20px 0 10px 0;
	background:#fff;
	-webkit-border-radius:0 0 20px 20px;
	-moz-border-radius:0 0 20px 20px;
	border-radius:0 0 20px 20px;
	z-index:-1;
}
header .menu ul li ul li{
	float:left;
	background: none;
	width:120px;
	height:auto;
	margin:0;
	padding:0;
}
header .menu ul li ul li a {
	font-size:14px;
	color:#666;
	text-align:center;
	padding:10px 0;
	margin:0;
	height:auto;
	line-height:1.5;
	border-bottom:solid 1px #EEE;
	overflow:hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
header .menu ul li ul li:after {
	content:normal;
}
header .menu ul li ul li a:hover{
	color:#FFF;
	font-weight:normal;
	background:#c40000;
	border-bottom:solid 1px #c40000;
}
header .menu ul li ul li:last-child a {
	border-bottom:none;
}
header .menu ul {
	display:inline-block;
}
header .menu ul:last-child {
	float:right;
}
header .menu ul dl dd {
	display:inline-block;
	line-height:34px;
	height:34px;
	margin:13px 0 13px -4px;
	font-size:14px;
}
header .menu ul dl dd:first-child a {
	display:inline-block;
	background-color:#c40000;
	color:#FFF;
	padding:0 15px 0 20px;
	border:solid 1px #000;
	border-right:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 30px 0 0 30px;
	-moz-border-radius: 30px 0 0 30px;
	border-radius: 30px 0 0 30px;
}
header .menu ul dl dd:last-child a {
	display:inline-block;
	background-color:#FFF;
	color:#000;
	padding:0 17px 0 15px;
	border:solid 1px #000;
	border-left:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 30px 0 0 30px;
	-moz-border-radius: 30px 0 0 30px;
	border-radius: 0 30px 30px 0;
}
header .login {
	display:inline-block;
	font-size:14px;
	line-height:60px;
	position:relative;
}
header .login div {
	text-align:left;
	display:inline-block;
}
header .login a div {
	position:relative;
	padding-right:30px;
	padding-left:20px;
	color:#FFF;
	z-index:1;
}
header .login a:hover div,header .login:hover a div {
	color:#c40000;
}
header .login a div:after {
	content:"\e6aa";
	font-family:"iconfont" !important;
	font-size:16px;
	color:#FFF;
	position:absolute;
	right:8px;
	top:2px;
	z-index:2;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header .login:hover a div:after {
 	color:#c40000;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header .login:hover a div:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#FFF;
	z-index:-1;
	border:solid 1px #2b2b2b;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header .login &gt; ul {
	position:absolute;
	right:0px;
	top:59px;
	float:none;
	background:#FFF;
	border:solid 1px #2b2b2b;
	border-top:none;
	z-index:2;
	text-align:center;
	line-height:30px;
	padding:5px 0;
	width:100px;
	display:none;
}
header .login:hover &gt; ul {
	display:block;
}
header .login &gt; ul li {
	height:auto;
}
header .login &gt; ul li a {
	font-size:14px;
	color:#666;
	text-align:center;
	padding:10px 0;
	margin:0;
	height:auto;
	line-height:1.5;
	border-bottom:solid 1px #EEE;
}
header .login &gt; ul li:last-child a {
	border-bottom:none;
}
header .login &gt; ul li a:hover {
	color:#c40000;
	font-weight:normal;
	background:unset;
}
/*幻灯片*/
#bn {
	position: relative;
	width: 100%;
}
#bn .prev, #bn .next {
	position: absolute;
	width: 35px;
	height: 35px;
	top: 50%;
	margin-top: -18px;
	background:#000;
	background-size: 100% 100%;
	border-radius: 50%;
	border:solid 1px #000;
	cursor: pointer;
	z-index: 3;
	filter: Alpha(opacity=50);
	-moz-opacity: .50;
	opacity: 0.50;
}
#bn .prev:before, #bn .next:before {
	content:"\e7ab";
	font-family:"iconfont" !important;
	vertical-align:middle;
	position:absolute;
	width:100%;
	height:100%;
	line-height:35px;
	font-size:28px;
	color:#FFF;
	text-align:center;
}
#bn .prev {
	left: -40px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#bn .next {
	right: -40px;
}
#bn:hover .prev, #bn:hover .next,#bn .prev, #bn .next {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#bn:hover .prev {
	left: 10px;
}
#bn:hover .next {
	right: 10px;
}
#bn .img {
	height: 600px;
	background-color: #FFF;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#bn .img img {
	display:none;
}
#bn .swiper-pagination-bullet {
	width:12px;
	height:12px;
	background:#fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	filter: Alpha(opacity=60);
	-moz-opacity: .60;
	opacity: 0.60;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#bn .swiper-pagination-bullet-active {
	background:#c40000;
	width:24px;
	filter: Alpha(opacity=90);
	-moz-opacity: .90;
	opacity: 0.90;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/**/
#mid .hotkeyw {
	padding:10px;
	height:50px;
	background-color:#f3f3f3;
	border-top:solid 1px #DDD;
	border-bottom:solid 1px #DDD;
}
#mid .hotkeyw dl {
	display:inline-block;
	height:100%;
	line-height:50px;
}
#mid .hotkeyw dl dt {
	display:inline-block;
	color:#333;
	font-weight:600;
	font-size:15px;
}
#mid .hotkeyw dl dd {
	display:inline-block;
	font-size:14px;
	margin-right:20px;
}
#mid .hotkeyw .ss {
	display:inline-block;
	width:260px;
	float:right;
	margin-top:8px;
}
#mid .hotkeyw .ss form {
	width:100%;
	height:30px;
	line-height:30px;
	border:solid 2px #c40000;
	background-color:#fff;
	position:relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#mid .hotkeyw .ss input {
	border:none;
	background:none;
	width:100%;
	padding:0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .hotkeyw .ss button {
	position:absolute;
	width:45px;
	height:30px;
	right:0;
	top:0;
	border:none;
	background:#c40000;
	cursor:pointer;
}
#mid .hotkeyw .ss button i {
	font-family:"iconfont" !important;
	font-style:normal;
	font-size:28px;
	color:#FFF;
	vertical-align:middle;
}
#mid .tit h1 {
	position:relative;
	display:inline-block;
	font-size:45px;
	text-transform:uppercase;
	font-weight:300;
	color:#434343;
}
#mid .tit h1:after {
	content:"";
	position:absolute;
	bottom:-10px;
	left:50%;
	width:10%;
	margin-left:-5%;
	height:2px;
	background-color:#c40000;
}
#mid .tit h2 span {
	display:inline-block;
	margin-top:25px;
	padding-bottom:5px;
	font-size:30px;
	color:#c40000;
	font-weight:700;
	border-bottom:solid 1px #CCC
}
#mid a.ann {
	position:relative;
	display:block;
	width:180px;
	height:40px;
	margin:30px auto 0 auto;
	line-height:40px;
	color:#888;
	font-size:16px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:2px;
	cursor:pointer;
	z-index:1;
}
#mid a.ann .hover {
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	display:block;
	border:1px solid #888;
	width:100%;
	height:100%;
	transition:transform .25s ease-out;
	-webkit-transition:transform .25s ease-out;
	-moz-transition:transform .25s ease-out;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
#mid a.ann:hover .hover {
	background:#c40000;
	transform:rotateX(180deg);
	-webkit-transform:rotateX(180deg);
	-moz-transform:rotateX(180deg);
}
#mid a.ann:hover {
	color:#FFF;
}
#mid a.ann:hover .hover {
	border:1px solid #c40000;
}
#mid .ann2 {
	margin-top:30px;
	text-align:center;
}
#mid .ann2 a {
	display:inline-block;
	padding:7px 50px;
	text-transform:uppercase;
	font-size:16px;
	border:solid 1px #888;
	color:#888;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
#mid .ann2 a:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#FFF;
	z-index:-1;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
#mid .ann2 a:hover {
	color:#FFF;
	border:solid 1px #c40000;
}
#mid .ann2 a:hover:after {
	background:#c40000;
}
#mid .hmpro {
	padding:50px 0;
	text-align:center;
}
#mid .hmpro nav {
	display:inline-block;
	margin:30px 0;
}
#mid .hmpro nav ul li {
	display:inline-block;
	margin-left:20px;
}
#mid .hmpro nav ul li a {
	font-size:15px;
}
#mid .hmpro nav ul li a:hover {
	color:#c40000;
}
#mid .hmpro article {
	margin-top:20px;
}
#mid .hmpro article ul {
	text-align:center;
}
#mid .hmpro article ul li {
	display: inline-block;
	vertical-align: top;
	width: 23.5%;
	margin-right: 2%;
	margin-left: -3px;
	margin-bottom: 30px;
	background-color: #fff;
	padding: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 10px 80px -10px rgba(44,54,92,.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmpro article ul li:nth-child(4n+0) {
	margin-right: 0;
}
#mid .hmpro article ul li .img {
	width: 100%;
	overflow: hidden;
}
#mid .hmpro article ul li .img:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .hmpro article ul li .img img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	margin-right: -1px;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .hmpro article ul li:hover .img img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
#mid .hmpro article ul li h3 {
	font-size: 16px;
	font-weight:400;
	margin: 15px 0;
}
#mid .hmpro article ul li p {
	font-size: 15px;
	line-height: 1.5;
	color: #888;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow:hidden;
	margin-bottom: 20px;
}
#mid .hmpro article ul li .btn {
	display: inline-block;
	padding: 5px 20px;
	background-color: #f0f0f0;
	border: solid 1px #EEE;
	color: #666;
	font-size: 15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#mid .hmpro article ul li:hover {
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmpro article ul li:hover .btn {
	background-color: #c40000;
	color: #fff;
	border:solid 1px #c40000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmab {
	padding:50px 0;
	text-align:center;
	overflow:hidden;
}
#mid .hmab .img {
	width:47%;
	display:inline-block;
	margin-left:-3px;
	margin-top:30px;
}
#mid .hmab .img img {
	width:100%;
	height:100%;
}
#mid .hmab article {
	width:53%;
	display:inline-block;
	margin-left:-3px;
	margin-top:30px;
	padding-left:50px;
	vertical-align:top;
	text-align:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .hmab article h3 {
	font-size:22px;
	font-weight:400;
	padding:20px 0;
	border-bottom:solid 1px #DDD;
}
#mid .hmab article .con {
	margin-top:20px;
	line-height:2;
	font-size:15px;
	color:#666;
	text-align:justify;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 12;
	-webkit-box-orient: vertical;
	overflow: hidden;	
}
#mid .hmab ul {
	text-align:center;
	position:relative;
	margin-top:10px;
}
#mid .hmab ul li {
	display:inline-block;
	margin:0 30px;
	font-size:16px;
	color:#666;
}
#mid .hmab ul li p {
	margin-top:10px;
}
#mid .hmab ul li .mun {
	font-size:60px;
	font-family:'DIN Condensed Bold';
	color:#c40000;
}
#mid .hmys {
	padding:50px 0;
	text-align:center;
	background-color:#f8f8f8;
	overflow:hidden;
}
#mid .hmys ul {
	margin-top:70px;
}
#mid .hmys ul li {
	margin-top:40px;
}
#mid .hmys ul li .img {
	display:inline-block;
	width:48%;
	position:relative;
}
#mid .hmys ul li .img img {
	width:100%;
}
#mid .hmys ul li .img .tb {
	position:absolute;
	left:20px;
	top:-20px;
	background-color:#c40000;
	color:#FFF;
	font-family:'DIN Condensed Bold';
	padding:20px;
	font-size:50px;
	font-weight:700;
}
#mid .hmys ul li .img .tb:after {
	content:"";
	width:100%;
	position:absolute;
	bottom:15px;
	left:0;
	border-bottom:solid 4px rgb(255,255,255,0.5);
}
#mid .hmys ul li .txt {
	display:inline-block;
	width:52%;
	vertical-align:top;
	margin-left:-6px;
	text-align:left;
	padding-left:50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .hmys ul li .txt h3 {
	margin-top:30px;
	font-size:25px;
	color:#222;
}
#mid .hmys ul li .txt article {
	margin-top:30px;
	line-height:2;
	font-size:14px;
	color:#666;
	text-align:justify;	
}
#mid .hmys ul li:nth-child(2n+0) .img {
	float:right;
}
#mid .hmys ul li:nth-child(2n+0) .txt {
	padding-left:unset;
    padding-right:50px;
}
#mid .hmnews {
	padding:50px 0;
	text-align:center;
}
#mid .hmnews .img {
	display:inline-block;
	width:48%;
	margin-right:-3px;
	margin-top:40px;
	overflow: hidden;
	text-align:left;
}
#mid .hmnews .img img {
	width:100%;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .hmnews .img:hover img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
#mid .hmnews .img article {
	margin-top:20px;
	padding-right:20px;
}
#mid .hmnews .img article .date {
	display:inline-block;
	width:20%;
	margin-left:-3px;
	vertical-align:top;
	font-size:55px;
	color:#C40000;
	text-align:center;
}
#mid .hmnews .img article .date p {
	font-size:16px;
}
#mid .hmnews .img article .con {
	display:inline-block;
	width:80%;
	margin-left:-3px;
}
#mid .hmnews .img article .con h3 {
	height:40px;
	line-height:40px;
	font-size:16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color:#C40000;
}
#mid .hmnews .img article .con p {
	line-height:1.5;
	font-size:13px;
	color:#666;
	text-align:justify;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;	
}
#mid .hmnews .list {
	display:inline-block;
	width:52%;
	margin-top:25px;
	padding-left:40px;
	vertical-align:top;
	text-align:left;
	margin-right:-3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .hmnews .list ul li {
	border-bottom:dashed 1px #CCC;
	padding:25px 0;
}
#mid .hmnews .list ul li:last-child {
	border-bottom:none;
}
#mid .hmnews .list ul li .date {
	display:inline-block;
	text-align:center;
	font-size:16px;
	line-height:30px;
	position:relative;
	margin-right:30px;
}
#mid .hmnews .list ul li .date:after {
	content:"";
	position:absolute;
	height:100%;
	top:0;
	right:-15px;
	border-right:solid 1px #DDD;
}
#mid .hmnews .list ul li .date span {
	font-size:32px;
	display:block;
}
#mid .hmnews .list ul li article {
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	width:calc(100% - 100px);
}
#mid .hmnews .list ul li article h3 {
	font-size:16px;
}
#mid .hmnews .list ul li article p {
	color:#666;
	text-align:justify;
	margin-top:10px;
	line-height:1.5;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;	
}
#mid .hmlink {
	padding:20px 0;
	background-color:#f8f8f8;
}
#mid .hmlink h1 {
	font-size:20px;
}
#mid .hmlink ul li {
	display:inline-block;
	margin-top:10px;
	margin-right:20px;
	font-size:14px;
}
#mid .hmlink ul li:last-child {
	margin-right:0;
}
footer {
	background-color:#000;
}
footer .btm_con {
	background-color:#272727;
	padding:40px 0;
}
footer .btm_con .btm_box {
	display:inline-block;
	vertical-align:top;
}
footer .btm_con .btm_box ul {
	margin-left:50px;
}
footer .btm_con .btm_box ul li {
	color:rgba(255,255,255,0.8);
	font-size:18px;
	line-height:1.8;
	position:relative;
	padding-left:50px;
	margin-top:15px;
}
footer .btm_con .btm_box ul li:before {
	content:"\e610";
	font-family:"iconfont" !important;
	font-size:30px;
	position:absolute;
	left:0;
	top:-10px;
}
footer .btm_con .btm_box ul li:nth-child(2):before {
	content:"\e62a";
}
footer .btm_con .btm_box ul li:nth-child(3):before {
	content:"\e649";
}
footer .btm_con .btm_box span {
	display:inline-block;
	text-align:center;
	margin: 0 20px;
	font-size:14px;
	color:#fff;
	vertical-align:top;
}
footer .btm_con .btm_box span img {
	width:130px;
	display:block;
	margin-bottom:10px;
}
footer .btm_con .btm_box:nth-child(3) {
	float:right;
}
footer .btm_con .btm_box:nth-child(1) {
	margin-top:30px;
}
footer .btm_con .btm_box:nth-child(1) img {
	max-height:130px;
	-webkit-filter:contrast(0%) brightness(130%);
	filter:contrast(0%) brightness(130%);
}
footer .btm_con2 {
	padding:20px 0;
	font-size:14px;
	text-align:center;
	color:#fff;
	line-height:1.5;
}
footer .btm_con2 a {
	color:#fff;
}
.backtop {
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	position:fixed;
	right:20px;
	bottom:20px;
	background:#333;
	cursor:pointer;
	z-index:9999;
	filter: Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	display:none;
}
.backtop:before {
	content:"\e6c4";
	font-family:"iconfont" !important;
	color:#FFF;
	font-size:25px;
}
.backtop:hover {
	background: #c40000;
}
.bdsharebuttonbox .sina {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat -50px 0px;
}
.bdsharebuttonbox .weixin {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat 0px 0px;
}
.bdsharebuttonbox .qzone {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat -150px 0px;
}
.bdsharebuttonbox .tqq {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat -100px 0px;
}
.bdsharebuttonbox .sqq {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat -200px 0px;
}
#banner {
	clear: both;
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 1px 4px -1px #999;
}
#banner div {
	width: 1920px;
	height: 300px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
	text-align: center;
}
.banner {
	width: 100%;
	height: 250px;
	position: relative;
	overflow: hidden;
}
.banner.bn {
	height: 350px !important;
	text-align: center;
}
.banner:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color: #444;
	filter: Alpha(opacity=50);
	-moz-opacity: .50;
	opacity: 0.50;
}
.banner .kk {
	position:relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.banner .kk h1 {
	font-size:30px;
	color:rgba(255,255,255,0.9);
	font-weight:400;
}
.banner.bn .kk h1 {
	font-size: 40px;
}
.banner .kk h2 {
	font-size:18px;
	font-family: "Roboto Condensed";
	color:rgba(255,255,255,0.9);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight:300;
	margin-top: 5px;
}
.banner.bn .kk h2 {
	font-size: 25px;
}
.banner .img {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    bottom:0;
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-size:cover;
    z-index:-2;
    animation:vsImg 2s linear;
    -webkit-animation:vsImg 2s linear;
    -moz-animation:vsImg 2s linear;
}
@keyframes vsImg {
    0% { transform:scale(1.1); }
    100% { transform:scale(1); }
}
@-webkit-keyframes vsImg {
    0% { -webkit-transform:scale(1.1); }
    100% { -webkit-transform:scale(1); }
}
@-moz-keyframes vsImg {
    0% { -moz-transform:scale(1.1); }
    100% { -moz-transform:scale(1); }
}
.banner .img img {
    display: none;
    width:160%;
    margin-left:-30%;
}
.movedown {
	-webkit-animation: down 0.5s ease 0.2s 1 both;
	animation: down 0.5s ease 0.2s 1 both;
}
@-webkit-keyframes down {
	from {
		opacity: 0;
		margin-top: -20px;
	}
	to {
		opacity: 1;
		margin-top: 0px;
	}
}
@keyframes down {
	from {
		opacity: 0;
		margin-top: -20px;
	}
	to {
		opacity: 1;
		margin-top: 0px;
	}
}
.moveup {
	-webkit-animation: up 0.5s ease 0.2s 1 both;
	animation: up 0.5s ease 0.2s 1 both;
}
@-webkit-keyframes up {
	from {
		opacity: 0;
		margin-top: 50px;
	}
	to {
		opacity: 1;
		margin-top: 5px;
	}
}
@keyframes up {
	from {
		opacity: 0;
		margin-top: 50px;
	}
	to {
		opacity: 1;
		margin-top: 5px;
	}
}
#mid .topnav {
	background:#F5F5F5;
	height:60px;
	box-shadow: 0px 2px 4px -2px #CCC;
}
#mid .topnav .kk {
	position:relative;
}
#mid .type {
	margin-left:4px;
}
#mid .type ul li {
	display:inline-block;
	position:relative;
	padding: 0 20px;
	height:60px;
	line-height:60px;
	margin-left:-4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	
}
#mid .type ul li:hover,#mid .type ul &gt; li.on  {
	background-color: #c40000;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .type ul li a {
	display:block;
	font-size:15px;
	color: #888;
}
#mid .type ul li:hover &gt; a,#mid .type ul li.on &gt; a {
	color:#FFF;
}
#mid .type ul li span {
	position: relative;
	display: inline-block;
	width: 10px;
	float: right;
}
#mid .type ul li span:after {
	content:"\e6aa";
	font-family:"iconfont" !important;
	position:absolute;
	right:-10px;
	top:3px;
	font-size:11px;
	color:#888;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .type ul li:hover span:after,#mid .type ul li.on span:after {
	color:#fff;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .type ul li ul {
	position:absolute;
	left:0;
	top:50px;
	z-index:-1;
	background:#FFF;
	padding:10px;
	text-align:left;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 1px 2px 4px -1px #CCC;
	border:solid 1px #DDD;
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .type ul li:hover ul {
	top:60px;
	filter: Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index:999;
}
#mid .type ul li ul:before {
	content:"";
	border:solid 1px #DDD;
	border-top:none;
	border-right:none;
	height:10px;
	width:10px;
	background:#FFF;
	position:absolute;
	left:20px;
	top:-6px;
	z-index:-1;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#mid .type ul li ul li {
	display:block;
	white-space:nowrap;
	line-height:1.5;
	padding:5px 10px;
	height:auto;
	background-color: #fff !important;
}
#mid .type ul li ul li a {
	font-size:13px;
	color: #888 !important;
}
#mid .type ul li ul li.on a,#mid .type ul li ul li a:hover,#mid .type ul li ul li:hover a {
	color:#c40000 !important;
}
#mid .location {
	float:right;
	margin-top:20px;
}
#mid .location ul li {
	display:inline-block;
	position:relative;
	color: #888;
}
#mid .location ul li:nth-child(1):before {
	content:"\e62b";
	font-family:"iconfont" !important;
	font-size:15px;
	margin:0;
	margin-right:5px;
}
#mid .location ul li:hover:nth-child(1):before {
	color:#c40000;
}
#mid .location ul li:before {
	content:"\e666";
	font-family:"iconfont" !important;
	margin:0 5px;
	font-size:15px;
}
#mid .location ul li a {
	font-size:14px;
	position:relative;
	color: #888;
}
#mid .location ul li a:hover {
	color:#c40000;
}
#mid .main {
	padding:20px 0;
}
#mid .main .content {
	margin:30px 20px;
	line-height:2;

	font-size:14px;
}
#mid .main .content article {
	font-size:16px !important;
}
#mid .main .content article img {
	max-width:100%;
}
#mid .main .down {
	margin:20px 0;
	font-size:14px;
}
#mid .main .down span {
	font-weight:bold;
	color:#C30;
}
#mid .main .down img {
	vertical-align:middle;
}
#mid .main .newslist {
	background: #EEE;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding: 5px 10px;
}
#mid .main .newslist.wt {
	background: #FFF;
}
#mid .main .newslist a {
	padding-left: 10px;
	background: url(../images/tb.png) no-repeat left center;
	font-size: 14px;
}
#mid .main .piclist {}
#mid .main .piclist ul li {
	display:inline-block;
	width:32%;
	margin-right:2%;
	margin-left:-3px;
	margin-top:20px;
	text-align:center;
	vertical-align:top;
}
#mid .main .piclist ul li:nth-child(3n+0) {
	margin-right:0;
}
#mid .main .piclist ul.od li {
	width:23.5%;
}
#mid .main .piclist ul.od li:nth-child(3n+0) {
	margin-right:2%;
}
#mid .main .piclist ul.od li:nth-child(4n+0) {
	margin-right:0;
}
#mid .main .piclist ul li .img {
	width:100%;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	padding:2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:solid 1px #DDD;
}
#mid .main .piclist ul li .img:before {
	content:"";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .main .piclist ul li .img img {
	vertical-align: middle;
	margin-left: -1px;
	max-height:100% !important;
	max-width:100% !important;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .main .piclist ul li .img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#mid .main .piclist ul li h3 {
	font-size:15px;
	margin:10px 0;
	font-weight:normal;
}
#mid .main .videolist {
	padding: 10px;
}
#mid .main .videolist ul li {
	display:inline-block;
	width:25%;
	margin-left:-3px;
	margin-bottom:20px;
	vertical-align:top;
}
#mid .main .videolist ul li .img {
	width:90%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:1;
}
#mid .main .videolist ul li:hover .img:before {
	content:"\e617";
	font-family:"iconfont" !important;
	font-size:60px;
	color:#FFF;
	position:absolute;
	left:50%;
	margin-left:-30px;
	top:50%;
	margin-top:-30px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity: 1;
	z-index:3;
}
#mid .main .videolist ul li:hover .img:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity:0.50;
	opacity: 0.50;
	z-index:2;
}
#mid .main .videolist ul li .img img {
	width:100%;
	height:100%;
	vertical-align:bottom;
	transition: transform 0.3s ease 0s;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
#mid .main .videolist ul li .img img:hover {
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05)
}
#mid .main .videolist ul li .txt {
	width:80%;
	margin:0 auto;
	padding:10px 5%;
	text-align:center;
	font-size:14px;
	height:28px;
	line-height:28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#mid .main .list {
	padding:0px;
}
#mid .main .list ul li {
	border-bottom: solid 1px #EEE;
	padding:20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .main .list ul li:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	background-color:#FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .main .list ul li .img {
	width:20%;
	display:inline-block;
	overflow:hidden;
	vertical-align:top;
	margin-left:-3px;
}
#mid .main .list ul li .img img {
	height:100%;
	width:100%;
	vertical-align:bottom;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .main .list ul li:hover .img img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
#mid .main .list ul li .timer {
	float:right;
	width:10%;
	margin-top:10px;
	margin-left:-3px;
	display:inline-block;
	text-align:center;
	color:#888;
}
#mid .main .list ul li .timer .icon {
	font-family: "iconfont" !important;
	font-size: 45px;
	color: #CCC;
}
#mid .main .list ul li .timer .monday {
	font-size:24px;
}
#mid .main .list ul li .timer .year {
	font-size:18px;
}
#mid .main .list ul li .timer .date {
	display:none;
	font-size:16px;
}
#mid .main .list ul li .txt {
	width:70%;
	display:inline-block;
	margin-top:10px;
	margin-left:-3px;
	vertical-align:top;
	padding-left:30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .main .list ul li .txt h3 {
	font-size:20px;
	font-weight:400;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow:hidden;
}
#mid .main .list ul li .txt article {
	font-size:15px;
	line-height:1.5;
	color:#888;
	margin-top:10px;
	text-align:justify;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
#mid .main .list ul li .txt .btn {
	display:inline-block;
	margin-top:20px;
	padding:7px 18px;
	text-transform:uppercase;
	font-size:14px;
	color:#666;
	background-color:#fff;
	border:solid 1px #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#mid .main .list ul li .txt .btn:after {
	content: "\e666";
	font-family:"iconfont" !important;
	font-size:16px;
}
#mid .main .list ul li:hover .txt .btn {
	color:#fff;
	background-color:#c40000;
	border:solid 1px #c40000;
}
#mid .main .list ul li.nopic .txt {
	width:86%;
}
#mid .main .list2 {
	padding:0px;
}
#mid .main .list2 ul {
	margin-left:3px;
}
#mid .main .list2 ul li {
	display:inline-block;
	width:50%;
	margin-left:-3px;
	border-bottom: solid 1px #ddd;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .main .list2 ul li:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .main .list2 ul li .img {
	width:40%;
	display:inline-block;
	overflow:hidden;
	vertical-align:top;
	margin-left:-3px;
	text-align:center;
	background-color:#FFF;
}
#mid .main .list2 ul li .img:before {
	content:"";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .main .list2 ul li .img img {
	vertical-align: middle;
	margin-left: -1px;
	max-height:100% !important;
	max-width:100% !important;
	vertical-align:bottom;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .main .list2 ul li:hover .img img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
#mid .main .list2 ul li .txt {
	width:60%;
	display:inline-block;
	margin-left:-3px;
	vertical-align:top;
	padding-left:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .main .list2 ul li .txt h3 {
	margin-top:10px;
	font-size:20px;
	font-weight:400;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow:hidden;
}
#mid .main .list2 ul li .txt article {
	font-size:15px;
	line-height:1.6;
	color:#888;
	margin-top:10px;
	text-align:justify;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
#mid .main .list2 ul li .txt .btn {
	display:inline-block;
	margin-top:20px;
	padding:5px 20px;
	text-transform:uppercase;
	font-size:14px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color:#fff;
	background-color:#c40000;
	border:solid 1px #c40000;
}
#mid .main .list2.od ul li {
	width:49%;
	padding: 0;
	margin-bottom:30px;
	margin-right:2%;
	padding-right:20px;
	border: solid 1px #eee;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
#mid .main .list2.od ul li:nth-child(2n+0) {
	margin-right:0;
}
#mid .main .list2.od ul li .img {
	width:45%;
	position:relative;
}
#mid .main .list2.od ul li .txt {
	width:55%;
}
#mid .main .list2.od ul li .txt h3 {
	margin-top:30px;
}
#mid .main .list2.od ul li:hover {
	background-color:rgba(23,41,56,0.7);
}
#mid .main .list2.od ul li .img:before {
	content:"\e607";
	font-family:"iconfont" !important;
	position:absolute;
	width:50px;
	height:50px;
	left:50%;
	top:50%;
	margin-top:-25px;
	margin-left:-25px;
	font-size:50px;
	color:#fff;
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index:2;
}
#mid .main .list2.od ul li:hover .img:before {
	filter: Alpha(opacity=90);
	-moz-opacity: .90;
	opacity: 0.90;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#mid .main .list2.od ul li:hover .img:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color:rgba(23,41,56,0.7);
	z-index:1;
}
#mid .main .list2.od ul li:hover .txt h3 {
	color:#fff;
}
#mid .main .list2.od ul li:hover .txt article {
	color:rgba(255,255,255,0.8);
}
#mid .main .list2.od ul li:hover .txt .btn {
	color:#666;
	background-color:#fff;
	border:solid 1px #fff;
}
#mid .main #form_msg .ipt {
	width: 97%;
	border: solid 1px #CCC;
	height: 33px;
	line-height: 33px;
	padding: 0 1%;
	margin-top: 10px;
}
#mid .main #form_msg .ipt:focus {
	border: solid 1px #c7000a;
	-moz-box-shadow: 1px 1px 3px #c7000a;
	-webkit-box-shadow: 1px 1px 3px #c7000a;
	box-shadow: 1px 1px 3px #c7000a;
}
#mid .main #form_msg textarea {
	width: 97%;
	padding: 1%;
	height: 60px;
	line-height: 20px;
	border: solid 1px #CCC;
	margin-top: 10px;
}
#mid .main #form_msg textarea:focus {
	border: solid 1px #c7000a;
	-moz-box-shadow: 1px 1px 3px #c7000a;
	-webkit-box-shadow: 1px 1px 3px #c7000a;
	box-shadow: 1px 1px 3px #c7000a;
}
#mid .main #form_msg .btn {
	background: #c40000;
	border: 1px solid #c40000;
	color: #FFF;
	height: 35px;
	line-height: 30px;
	text-align: center;
	margin-top: 15px;
	margin-right: 10px;
	cursor: pointer;
	padding: 0 30px;
	font-size: 18px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
#mid .main #form_msg .btn:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #FFF;
	color: #c40000;
}
#mid .main .showinfo {
	display:inline-block;
	vertical-align:top;
	width:75%;
	margin:20px;
	padding:20px;
	line-height:2;
	font-size:14px;
	background-color:#fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-box-shadow: 1px 1px 2px #DDD;
	-webkit-box-shadow: 1px 1px 2px #DDD;
	box-shadow: 1px 1px 2px #DDD;
	border:solid 1px #E4E4E4;
}
#mid .main .user {
	width:100%;
	margin: 20px 0;
}
#mid .main .showinfo h2 {
	font-size:28px;
	font-weight:normal;
	text-align:center;
	color:#000;
}
#mid .main .showinfo article img {
	max-width:100%;
}
#mid .main .showinfo .tips {
	border-bottom:solid 1px #e4e4e4;
	text-align:center;
	padding:10px;
	margin-bottom:20px;
	color:#999;
}
#mid .main .showinfo .tips span {
	display:inline-block;
	margin: 0 20px;
	vertical-align:top;
}
#mid .main .showinfo .tips span:before {
	font-family:"iconfont" !important;
	margin-right:5px;
	font-size:21px;
	vertical-align:middle;
	color:#666;
}
#mid .main .showinfo .tips span:nth-child(1):before {
	content:"\e6c8";
}
#mid .main .showinfo .tips span:nth-child(2):before {
	content:"\e63a";
}
#mid .main .showinfo .tips span:nth-child(3):before {
	content:"\e634";
}
#mid .main .showinfo .tips span .bdsharebuttonbox {
	display:inline-block !important;
	vertical-align:top;
}
#mid .main .btminfo {
	border-top:solid 1px #e4e4e4;
	margin:20px 0;
	padding-top:10px;
}
#mid .main .btminfo span {
	display:block;
	color:#666;
}
#mid .main .btminfo span a {
	color:inherit;
}
#mid .main .btminfo span a:hover {
	color:#c40000;
}
#mid .main .btminfo .btn {
	float:right;
}
#mid .main .btminfo .btn a {
	display:inline-block;
	background:#C40000;
	color:#FFF;
	font-size:16px;
	padding:5px 25px 5px 40px;
	margin:10px 0;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	position:relative;
	line-height:1.8;
}
#mid .main .btminfo .btn a:before {
	font-family:"iconfont" !important;
	content:"\e666";
	font-size:22px;
	position:absolute;
	left:20px;
	top:0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#mid .main .showinfo .swiper-container {
	display:block;
	margin:20px 0;
	text-align:center;
}
#mid .main .showinfo .swiper-container .swiper-slide img {
	max-width:100%;
}
#mid .main .showinfo .swiper-container .swiper-pagination-bullet {
	width:12px;
	height:12px;
	background:#999;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	filter: Alpha(opacity=70);
	-moz-opacity: .70;
	opacity: 0.70;
}
#mid .main .showinfo .swiper-container .swiper-pagination-bullet-active {
	background:#3ab3d2;
}
#mid .main .odpro {
	display:inline-block;
	width:20%;
	margin:20px 0;
	background-color:#fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-box-shadow: 1px 1px 2px #DDD;
	-webkit-box-shadow: 1px 1px 2px #DDD;
	box-shadow: 1px 1px 2px #DDD;
	border:solid 1px #E4E4E4;
	overflow:hidden;
}
#mid .main .odpro h2 {
	background-color:#c40000;
	padding:10px;
	color:#fff;
	font-size:18px;
	font-weight:400;
}
#mid .main .odpro h2:before {
	font-family:"iconfont" !important;
	content:"\e661";
	font-size:20px;
	vertical-align:middle;
	margin-right:5px;
}
#mid .main .odpro li {
	padding:15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#mid .main .odpro li:hover {
   border-bottom: solid 3px #DDD;
   -webkit-transform: translate3d(0, -2px, 0);
   transform: translate3d(0, -2px, 0);
   -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
   box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
#mid .main .odpro li .img {
	width:100%;
	text-align:center;
}
#mid .main .odpro li .img:before {
	content:"";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .main .odpro li .img img {
	vertical-align: middle;
	margin-left: -1px;
	max-height:100% !important;
	max-width:100% !important;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .main .odpro li .img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#mid .main .odpro li h3 {
	width:100%;
	margin-top:10px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	font-weight:400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#mid .main .showpro {
	padding:20px;
	line-height:2;
	font-size:14px;
} 
#mid .main .showpro .movepic {
	display:inline-block;
	vertical-align:top;
	width:580px;
	margin-top:10px;
	position:relative;
}
#mid .main .showpro .movepic &gt; a {
	display:block;
	border:solid 1px #DDD;
}
#mid .main .showpro .movepic &gt; a img {
	width:100%;
	vertical-align:bottom;
}
#mid .main .showpro .movepic .gallery-top {
	border:solid 1px #DDD;
	overflow:hidden;
	background-color:#FFF;
}
#mid .main .showpro .movepic .gallery-top .swiper-slide {
	text-align:center;
}
#mid .main .showpro .movepic .gallery-top .swiper-slide:before {
	content:"";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .main .showpro .movepic .gallery-top .swiper-slide img {
	max-width:100%;
	max-height:100%;
	vertical-align: middle;
	margin-left: -1px;
}
#mid .main .showpro .movepic .gallery-thumbs {
	height: 80px;
	width:100%;
	margin:20px auto;
	padding-left:5px;
	overflow:hidden;
	position:relative;
}
#mid .main .showpro .movepic .gallery-thumbs .swiper-wrapper {
	justify-content:center;
}
#mid .main .showpro .movepic .gallery-thumbs .swiper-slide {
	height:100%;
	opacity: 0.7;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:solid 1px #DDD;
	background-color:#FFF;
	text-align:center;
}
#mid .main .showpro .movepic .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border:solid 2px #c40000;
}
#mid .main .showpro .movepic .gallery-thumbs .swiper-slide:before {
	content:"";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;	
}
#mid .main .showpro .movepic .gallery-thumbs .swiper-slide img {
	vertical-align: middle;
	margin-left: -1px;
	max-height:100% !important;
	max-width:100% !important;
}
#mid .main .showpro .movepic .move-left {
	position:absolute;
	width:40px;
	height:40px;
	top:50%;
	margin-top:-75px;
	left:10px;
	cursor:pointer;
	text-align:center;
	z-index:1;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#mid .main .showpro .movepic .move-left:after {
	content:"\e666";
	font-family:"iconfont" !important;
	font-size:30px;
	line-height:40px;
	color:#FFF;
	opacity: 0.2;
}
#mid .main .showpro .movepic .move-right {
	position:absolute;
	width:40px;
	height:40px;
	top:50%;
	margin-top:-75px;
	right:10px;
	cursor:pointer;
	text-align:center;
	z-index:1;
}
#mid .main .showpro .movepic .move-right:after {
	content:"\e666";
	font-family:"iconfont" !important;
	font-size:30px;
	line-height:40px;
	color:#FFF;
	opacity: 0.2;
}
#mid .main .showpro .movepic:hover .move-left,#mid .main .showpro .movepic:hover .move-right {
	background:#FFF;
	opacity: 0.6;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
#mid .main .showpro .movepic:hover .move-left:after,#mid .main .showpro .movepic:hover .move-right:after {
	color:#000;
	opacity:1;
}
#mid .main .showpro .protxt {
	display:inline-block;
	float:right;
	width: calc(100% - 610px);	
	width:710px\9;
}
#mid .main .showpro .protxt h2 {
	font-size:25px;
}
#mid .main .showpro .protxt article {
	border: dashed 1px #DDD;
	background-color:#f9f9f9;
	padding:10px;
	color:#555;
	font-size:15px;
	margin-top:10px;
}
#mid .main .showpro .protxt .btn {
	display:inline-block;
	margin-top:20px;
}
#mid .main .showpro .protxt .btn a {
	display:block;
	margin-right:15px;
	background-color:#3ab3d2;
	color:#fff;
	padding:3px 20px;
	font-size:15px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
#mid .main .showpro .protxt .btn a.on {
	margin-right:0;
	background-color:#1b6aa3;
}
#mid .main .showpro .protxt .odlist h3 {
	font-size:18px;
	margin-bottom:5px;
}
#mid .main .showpro .protxt .odlist li {
	display:inline-block;
	vertical-align:top;
	width:25%;
	margin-right:-4px;
	border: solid 1px #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:5px;
	background:#FFF;
	webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#mid .main .showpro .protxt .odlist li:hover {
   border-bottom: solid 3px #DDD;
   -webkit-transform: translate3d(0, -2px, 0);
   transform: translate3d(0, -2px, 0);
   -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
   box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
#mid .main .showpro .protxt .odlist li .img {
	width:100%;
	text-align:center;
}
#mid .main .showpro .protxt .odlist li .img:before {
	content:"";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .main .showpro .protxt .odlist li .img img {
	vertical-align: middle;
	margin-left: -1px;
	max-height:100% !important;
	max-width:100% !important;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .main .showpro .protxt .odlist li .img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#mid .main .showpro .protxt .odlist li h3 {
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	font-weight:400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#mid .main .showpro .procon {
	margin-top:20px;
	line-height: 28px;
	font-size:14px;
	overflow:hidden;
	background-color:#fff;
	padding:20px;
	-moz-box-shadow: 1px 1px 2px #DDD;
	-webkit-box-shadow: 1px 1px 2px #DDD;
	box-shadow: 1px 1px 2px #DDD;
	border:solid 1px #E4E4E4;
}
#mid .main .showpro .procon h2{
	height:45px;
	background:#F3F3F3;
	margin-bottom:20px;
}
#mid .main .showpro .procon h2 div {
	display:inline-block;
	background: #1b6aa3;
	padding: 0 30px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
}
#mid .main .showpro .procon .con {
	margin: 20px 10px;
	display:none;
}
#mid .main .showpro .procon .con img {
	max-width:100%;
}
#mid .main .showpro .procon .con.on {
	display:block;
}
#mid .main .showpro .tmenu {
	clear:both;
	border-bottom: solid 1px #DDD;
}
#mid .main .showpro .tmenu li {
	display:inline-block;
	line-height:50px;
	font-size:18px;
	margin-right:20px;
	padding:0 10px;
	cursor:pointer;
	font-weight:600;
}
#mid .main .showpro .tmenu li.on {
	color:#C40000;
	border-bottom: solid 2px #C40000;
}
#mid .main .showpro .tmenu li.on:before {
	color:#C40000;
}
#mid .newspiclist li {
	position:relative;
	line-height:24px;
	margin-bottom:40px;
	padding:10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .newspiclist li:after {
	content:"";
	position:absolute;
	bottom:-20px;
	left:0;
	width:100%;
	border-bottom:dotted 1px #CCC;
}
#mid .newspiclist li:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .newspiclist li .img {
	height:180px;
	width:240px;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:solid 1px #E6E6E6;
	overflow:hidden;
}
#mid .newspiclist li .img img {
	height:100%;
	width:100%;
	vertical-align:bottom;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .newspiclist li:hover .img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#mid .newspiclist li .txt {
	float:right;
	width: calc(100% - 270px);
	width: 630px\9;
	margin-top:10px;
}
#mid .newspiclist li .txt h3 {
	font-size:20px;
	font-weight:normal;
}
#mid .newspiclist li .txt h3:before {
	content:"\e6c0";
	font-family:"iconfont" !important;
	margin-right:5px;
	margin-left:-2px;
}
#mid .newspiclist li .txt p {
	margin-top:10px;
	color:#666;
	font-size:14px;
}
#mid .newspiclist li .txt p span {
	font-family:"iconfont" !important;
	font-size:16px;
	color:#666;
	margin-right:5px;
}
#mid .typemenu {
	display:none;
	width:75%;
	position:absolute;
	left:0;
	top:0;
}
#mid .typemenu .swiper-container {
	width:92%;
	height:60px;
	margin:0;
}
#mid .typemenu .swiper-container .swiper-slide {
	display:inline-block;
	line-height:60px;
	padding: 0 20px;
    width:auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .typemenu .swiper-container .swiper-slide.on {
	background:#c40000;
}
#mid .typemenu .swiper-container .swiper-slide a {
	font-size:15px;
	color: #888;
}
#mid .typemenu .swiper-container .swiper-slide.on a {
	color:#fff;
}
#mid .typemenu .swiper-button {
	position:absolute;
	width:7%;
	height:100%;
	right:0;
	top:0;
}
#mid .typemenu .swiper-button .button-prev,#mid .typemenu .swiper-button .button-next {
	display:inline-block;
	width:50%;
	height:100%;
	background-color:#f3f3f3;
	margin-left:-3px;
	vertical-align:top;
	cursor:pointer;
	position:relative;
}
#mid .typemenu .swiper-button .button-prev:before,#mid .typemenu .swiper-button .button-next:before {
	content:"\e7ab";
	font-family:"iconfont" !important;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:2px;
	line-height:2;
	font-size:30px;
}
#mid .typemenu .swiper-button .button-prev:before {
	top:0px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#mid .typemenu .swiper-button .button-prev:hover,#mid .typemenu .swiper-button .button-next:hover {
	background-color:#c40000;
	color:#fff;
}
#mid .main .typenav {
	border-bottom: solid 1px rgba(0,0,0,0.2);
}
#mid .main .typenav ul li {
	display: inline-block;
	padding: 0 3%;
}
#mid .main .typenav ul li.on {
	border: solid 1px rgba(0,0,0,0.2);
	border-bottom-color: #FFF;
	margin-bottom: -1px;
	background: linear-gradient(to top, rgba(255, 255, 255 ,1) 0%, rgba(0, 0, 0, 0.05) 100%);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 5px 5px 0 0;
}
#mid .main .typenav ul li a {
	display: block;
	line-height: 50px;
	padding: 0 10px;
	font-size: 17px;
	color: #888;
}
#mid .main .typenav ul li.on a {
	color: #C40000;
}
#mid .main .ss {
	display:inline-block;
	width:20%;
	float:right;
}
#mid .main .ss form {
	width:100%;
	height:30px;
	line-height:30px;
	border:solid 2px #c83333;
	background-color:#fff;
	position:relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#mid .main .ss input {
	border:none;
	background:none;
	width:100%;
	padding:0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .main .ss button {
	position:absolute;
	width:45px;
	height:30px;
	right:0;
	top:0;
	border:none;
	background:#c83333;
	cursor:pointer;
}
#mid .main .ss button i {
	font-family:"iconfont" !important;
	font-style:normal;
	font-size:28px;
	color:#FFF;
	vertical-align:middle;
}
#mid .main .nocopy {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

#mid .message {
	width:100%;
	margin-top:20px;
	background-color:#fff;
	border:solid 1px #EEE;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: 1px 1px 2px #DDD;
	-webkit-box-shadow: 1px 1px 2px #DDD;
	box-shadow: 1px 1px 2px #DDD;
}
#mid .message h2 {
	font-size:18px;
	height:40px;
	line-height:40px;
	background-color:#f9f9f9;
	border-bottom:solid 1px #DDD;
	font-weight:normal;
	padding:0 10px;
	color:#C40000;
}
#mid .message h2:before {
	font-family:"iconfont" !important;
	content:"\e604";
	margin-right:10px;
	font-size:22px;
	vertical-align:middle;
}
#mid .message ul {
	padding: 20px;
}
#mid .message li {
	width: 100%;
	border: solid 1px #DDD;
	padding: 1%;
	margin: 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:14px;
}
#mid .message li:hover {
	border: solid 1px #C40000;
	-moz-box-shadow: 1px 1px 3px #C40000;
	-webkit-box-shadow: 1px 1px 3px #C40000;
	box-shadow: 1px 1px 3px #C40000;
}
#mid .message li mark {
	margin-left:20px;
	color:#C40000;
}
#mid .message li label {
	margin-right:20px;
}
#mid .message li &gt; input {
	font-size:14px;
	border:none;
	background:none;
	width:50%;
}
#mid .message li.nobd,#mid .message li.nobd:hover {
	border:none;
	box-shadow:none;
	text-align:center;
}
#mid .message .btn {
	background: #C40000;
	border: 1px solid #C40000;
	color: #FFF;
	height: 35px;
	line-height: 30px;
	text-align: center;
	margin-top: 15px;
	cursor: pointer;
	padding: 0 30px;
	font-size: 18px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
#mid .message .btn:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #FFF;
	color: #C40000;
}
.userlogin {
	padding: 20px;
}
.userlogin .logintab {
	height:50px;
	border-bottom:solid 1px #DDD;
}
.userlogin .logintab .close {
	float:right;
	margin-top:15px;
	font-family:"iconfont" !important;
	font-size:22px;
}
.userlogin .logintab .close a {
	color:#999;
}
.userlogin .logintab .close a:hover {
	color:#c52d2f;
}
.userlogin .logintab  li {
	display:inline-block;
	font-size:18px;
	padding:0 20px;
	color:#888;
	line-height:50px;
	cursor:pointer;
}
.userlogin .logintab  li.on {
	color:#c52d2f;
	line-height:48px;
	border-bottom:solid 2px #c52d2f;
}
.userlogin .logincon ul {
	display:none;
	padding:25px 15px;
}
.userlogin .logincon ul.on {
	display:block;
}
.userlogin .logincon ul li {
	border:solid 1px #FFF;
	border-bottom:solid 1px #DDD;
	padding-left:30px;
	padding-top:8px;
	padding-bottom:8px;
	position:relative;
}
.userlogin .logincon ul li:hover {
	border:solid 1px #c52d2f;
	margin-top:-1px;
}
.userlogin .logincon ul li span {
	position:absolute;
	left:0;
	top:8px;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:20px;
	color:#666;
}
.userlogin .logincon ul li button.yzm {
	position:absolute;
	width:120px;
	height:45px;
	background:#DDD;
	border:none;
	right:0;
	top:0;
	cursor:pointer;
}
.userlogin .logincon ul li input {
	height:30px;
	border:none;
	width:100%;
	font-size:14px;
}
.userlogin .logincon ul li input#cookietime {
	height:auto;
	width:auto;
}
.userlogin .logincon ul li label {
	margin-right:10px;
	font-size:14px;
	color:#666;
}
.userlogin .logincon ul li label input {
	width:auto;
	vertical-align:middle;
	margin-right:5px;
}
.userlogin .logincon ul li.nopd {
	border:none;
	padding:0;
	margin-top:20px;
	font-size:14px;
	color:#666;
}
.userlogin .logincon ul li.nopd a {
	color:#666;
}
.userlogin .logincon ul li.nopd a:hover {
	color:#c52d2f;
}
.userlogin .logincon ul li .btn {
	background:#c52d2f;
	border:none;
	color:#FFF;
	height:40px;
	line-height:40px;
	width:100%;
	text-align:center;
	font-size:16px;
	cursor:pointer;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

/*wap*/
header .od .mobtel {
	display:none;
}
header .overlay {
	position: fixed;
	z-index: 99;
	background-color: rgba(0,0,0,.5);
	bottom: 0;
	right: 0;
	left: 0
}
header .openmenu .overlay {
	top: 0
}
header #pgcontainer {
	padding: 0;
	margin: 0
}
header #menu {
	height: 100%;
	width: 0;
	background: #2b2b2b;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 101;
	overflow:auto;
	-webkit-box-shadow: 3px 0 7px rgba(0,0,0,.55);
	-moz-box-shadow: 3px 0 7px rgba(0,0,0,.55);
	box-shadow: 3px 0 7px rgba(0,0,0,.55);
	display:none;
}
header #menu .close {
	height:35px;
	width:35px;
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
}
header #menu .close:before {
	content:"\e654";
	font-family:"iconfont" !important;
	color:#FFF;
	font-size:20px;
	line-height:35px;
}
header #menu ul {
	margin-top: 45px;
	z-index: 101;
	overflow-y: auto;
	overflow-x: hidden
}
header #menu ul li {
	display: block
}
header #menu ul li a {
	display: block;
	min-width: 130px;
	padding: 10px 20px;
	color: #fff;
	font-size: 17px;
	text-decoration: none;
	text-align: left;
	font-weight:400;
}
header #menu li a:hover {
	color: #FFF;
	background: #c40000;
}
header #menu ul li ul {
	display:none;
	margin-top: 0px;
}
header #menu ul li ul li a {
	padding: 8px 10px 8px 35px;
	font-size: 15px;
}
.odline {
	display:none;
	position: fixed;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 45px;
	background: #2b2b2b;
	z-index: 999;
}
.odline li {
	display:inline-block;
	width:25%;
	height: 45px;
	line-height:45px;
	margin-right:-3px;
	text-align:center;
	border-right: solid 1px #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.odline li:nth-child(2) {
	width:30%;
}
.odline li:nth-child(3) {
	width:45%;
	background-color:#C40000;
	border-right: none;
}
.odline li a {
	color:#FFF;
	font-size:16px;
}
.odline li span:before {
	font-family:"iconfont" !important;
	font-size:18px;
	margin-right:5px;
	vertical-align:middle;
}
.odline li:nth-child(1) span:before {
	content:"\e62b";
}
.odline li:nth-child(2) span:before {
	content:"\e604";
}
.odline li:nth-child(3) span:before {
	content:"\e610";
}


@media screen and (max-width: 1440px) {
	.kk {
		 width:96%;
	}
}
@media screen and (max-width: 768px) {
	.kk {
		width: 100%;
		margin: 0 auto;
	}
	.odline {
	    display:block;
	}
	header .od {
		font-size:0;
		position:fixed;
		width:100%;
	    border-bottom:none;
		-moz-box-shadow: 0px 1px 2px #CCC;
		-webkit-box-shadow: 0px 1px 2px #CCC;
		box-shadow: 0px 1px 2px #CCC;
	}
	header .od ul {
		display:none;
	}
	header .od .mobtel {
		display:inline-block;
		font-size:15px;
		margin-left:10px;
	}
	header .od .mobtel a:before {
		content:"\e671";
	    font-family:"iconfont" !important;
		font-size:20px;
		margin-right:5px;
		vertical-align:bottom;
	}
	header .menubtn {
		position:absolute;
		cursor:pointer;
		text-align:center;
		right:10px;
		top:0;
	}
	header .menubtn:before {
		content:"\e639";
	    font-family:"iconfont" !important;
		font-size:21px;
	}
	header .menubtn:hover:before {
		color:#C40000;
	}
	header .tel, header .menu {
		display:none;
	}
	header &gt; .kk {
		text-align:center;
	}
	header .logo {
		margin-top:30px;
		max-width:20%;
	}
    header .logo img {
		max-width:100%;
		max-height:100%;
	}
	header .by {
	    padding-left:10px;
	    margin-left:10px;
	    font-size:22px;
		font-weight:600;
	    letter-spacing:0px;
	}
	#bn .img {
		height:auto;
		background-image:none !important;
		overflow:hidden;
	}
	#bn .img img {
		width:140%;
		margin-left:-20%;
	    display:block;
	}
	#mid .hotkeyw {
		display:none;
	}	
	#mid .hmpro nav {
		display:none;
	}
	#mid .hmpro article ul {
		margin:10px;
		margin-right:4px;
	}
	#mid .hmpro article ul li {
		width: 49%;
	}
	#mid .hmpro article ul li:nth-child(2n+0) {
		margin-right: 0;
	}
	#mid .hmpro article ul li:nth-child(4n+0) {
		margin-right: 0;
	}
	#mid .hmab {
		padding:0px 15px 50px 15px;
	}		
	#mid .hmab .img {
		width:100%;
		margin-left:0px;
	}
	#mid .hmab article {
		width:100%;
		margin-left:0;
		padding-left:0;
	}
	#mid .hmab ul li {
		margin:0 10px;
		font-size:14px;
	}
	#mid .hmab ul li .mun {
		font-size:50px;
	}
	#mid .hmys ul li .img {
		width:100%;
	}
	#mid .hmys ul li .txt {
		width:100%;
		margin-left:0;
		padding-left:0;
		padding:0 15px;
	}
	#mid .hmys ul li .txt h3 {
		font-size:20px;
	}
	#mid .hmys ul li .txt article {
		margin-top:20px;
	}
	#mid .hmys ul li:nth-child(2n+0) .img {
		float:unset;
	}
	#mid .hmys ul li:nth-child(2n+0) .txt {
		padding-right:unset;
		padding:0 15px;
	}
	#mid .hmnews .img {
		width:100%;
		margin-right:0;
	}
	#mid .hmnews .img article {
		margin-top:20px;
		padding:0 10px;
	}
	#mid .hmnews .img article .date {
		display:none;
	}
	#mid .hmnews .img article .con {
		width:100%;
		margin-left:0;
	}
	#mid .hmnews .img article .con h3 {
		text-align:center;
	}
	#mid .hmnews .list {
		width:100%;
		padding-left:0;
		margin-right:0;
	    margin-top:0;
		padding:10px;
	}
	#banner div {
		width: 100%;
		position:relative;
		left: 0%;
		margin-left:0px;
	}	
	#banner div img {
		width:100%;
	}
	.banner,.banner.bn {
		height: 160px !important;
		text-align: center;
	}
	.banner .kk h1,.banner.bn .kk h1 {
		font-size:25px;
	}
	.banner .kk h2,.banner.bn .kk h2 {
		font-size:18px;
	}
	#mid .topnav {
		height:auto;
	}
	#mid .location,#mid .typemenu {
		display:none !important;
	}
	#mid .type {
		margin-left:3px;
		display:block !important;
	}
	#mid .type ul &gt; li {
		width:50%;
		height:38px;
		line-height:38px;
		text-align:center;
		margin-left:-3px;
	}
	#mid .type ul &gt; li a {
		text-overflow: ellipsis;
		word-break: break-all;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	#mid .type ul li ul li {
		width:100%;
		text-align:left;
		margin-left:0px;
	}
	#mid .type ul li.all {
		display:none;
	}
	#mid .main .list {
		padding:0;
	}
	#mid .main .list ul li .img {
		width:100%;
		height:auto;
		margin-bottom:10px;
	}
	#mid .main .list ul li .timer {
		width:50%;
		margin-left:0;
		text-align:right;
		margin-top: -30px;
	}
	#mid .main .list ul li .timer .icon {
		font-size: 20px;
		color: #CCC;
		display:inline-block;
	}
	#mid .main .list ul li .timer .monday {
		display:none;
	}
	#mid .main .list ul li .timer .year {
		display:none;
	}
	#mid .main .list ul li .timer .date {
		display:inline-block;
	}
	#mid .main .list ul li .txt,#mid .main .list ul li.nopic .txt {
		width:100%;
		padding-left:0;
	}	
    #mid .main .list ul li .txt h3 {
		font-size:18px;
	}
	#mid .main .showinfo {
		width:98%;
		margin:0 1%;
	}
	#mid .main .showinfo h2 {
		font-size:25px;
		line-height:1.5;
	}
	#mid .main .odpro {
		width:98%;
		margin:30px 1%;
	}
	#mid .main .odpro li {
		display:inline-block;
		width:50%;
		margin-left:-3px;
	}
	#mid .ss {
		width:90%;
		float:none;
		margin-bottom:20px;
	}
	#mid .main .typenav {
		text-align: center;
	}
	#mid .main .typenav ul {
		display: flex;
		justify-content: center;
	}
	#mid .main .typenav ul li {
		padding: 0;
	}
	#mid .main .typenav ul li a {
		font-size: 14px;
		padding: 0 15px;
		line-height: 40px;
	}
}
@media screen and (max-width: 420px) {
	.page span {
		display:none;
	}	
	.page span.current, .page span.param {
		display:inline-block;
	}
	header .by {
	    font-size:18px;
	}
	#mid .tit:before {
		width:94%;
		left:3%;
	}	
	#mid .tit h1 {
		font-size:30px;
	}
	#mid .tit h2 span {
		font-size:25px;
	}
	#mid .hmlink {
		padding:20px;
	}
	footer .btm_con {
		padding:20px 0;
	}
	footer .btm_con .btm_box:nth-child(1),footer .btm_con .btm_box:nth-child(3) {
		display:none;
    }
    footer .btm_con .btm_box:nth-child(2) {
		float:none;
		width:100%;
	}
	footer .btm_con .btm_box ul {
		margin-left:20px;
	}
	footer .btm_con2 {
		padding:20px 20px 60px 20px;
	}
	#mid .main .piclist {
		padding:0 10px;
	}
	#mid .main .piclist ul {
		margin-left:3px;
		margin-right:-3px;
	}
	#mid .main .piclist ul li {
		width:49%;
		margin-top:0;
	    margin-bottom:10px;
	}
	#mid .main .piclist ul li:nth-child(3n+0) {
		margin-right:2%;
	}
	#mid .main .piclist ul li:nth-child(2n+0) {
		margin-right:0;
	}
	#mid .main .piclist ul.od li {
		width:49%;
	}
	#mid .main .piclist ul.od li:nth-child(2n+0) {
		margin-right:0;
	}	
	#mid .main .piclist ul li h3 {
		font-size:14px;
	}
	#mid .main .videolist ul li {
		width:50%;
	}	
	#mid .main .list2 {
		padding:0px 10px;
	}	
	#mid .main .list2 ul {
		margin-left:0;
	}
	#mid .main .list2 ul li {
		width:100%;
		margin-left:0;
	}
	#mid .main .list2 ul li .img {
		width:100%;
		margin-left:0;
	}	
	#mid .main .list2 ul li .txt {
		width:100%;
		margin-left:0px;
		padding:20px;
	}	
	#mid .main .list2 ul li .txt h3 {
		margin-top:0;
	}
	#mid .main .list2.od ul li {
		width:100%;
		margin-right:0;
		padding-right:0;
	}
	#mid .main .list2.od ul li .img {
		width:100%;
		position:relative;
	}
	#mid .main .list2.od ul li .txt {
		width:100%;
	}
	#mid .main .list2.od ul li .txt h3 {
		margin-top:0;
	}
	#mid .main .showinfo .tips {
		padding:10px 0;
	}
	#mid .main .showinfo .tips span {
		display:block;
		margin: 0;
		text-align:left;
		line-height:1.5;
	}
	#mid .main .showinfo h2 {
		text-align:left;
		font-size:20px;
	}
	#mid .main .showinfo .btminfo .btn {
		float:none;
		text-align:center;
	}
	#mid .main .showpro {
		padding:0 10px;
	}
	#mid .main .showpro .movepic {
		width:100%;
		margin-top:0;
	}
	#mid .main .showpro .protxt {
		float:none;
		width: 100%;	
	}
	#mid .main .showpro .protxt h2 {
		font-size:20px;
	}	
	#mid .main .showpro .protxt .btn {
		margin:20px 0;
	}
	#mid .main .showpro .procon {
		margin-top:10px;
	}	
	#mid .main .showpro .btminfo .btn {
		float:none;
		text-align:center;
	}
	#mid .main .showpro .protxt .odlist li {
		width:50%;
	}	
	#mid .newspiclist li .img {
		height:240px;
		width:100%;
		float:none;
	}
	#mid .newspiclist li .txt {
		float:none;
		width: 100%;
	}
}
@media screen and (max-width: 320px) {
	#mid .newspiclist li .img {
		height:200px;
	}
}</pre></body></html>